home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Themes
/
Windows-Converted
/
Movies
/
jamesBond.theme
< prev
next >
Wrap
Text File
|
1998-10-26
|
2KB
|
54 lines
/* D5THEME
Bond.theme
Directory Opus Magellan II Theme File
*/
parse arg dopus_port apply_flags
if dopus_port='' then
dopus_port='DOPUS.1'
address value dopus_port
if apply_flags='' then
apply_flags='PFBS'
else
apply_flags=upper(apply_flags)
options results
options failat 21
/* Set background pictures */
if index( apply_flags , "B") ~= 0 then do
dopus set background on
dopus set background "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - wallpaper.bmp'" desktop center precision exact
dopus clear background lister
dopus clear background req
end
/* Set sound events */
if index( apply_flags , "S") ~= 0 then do
dopus set sound "'Bad disk inserted'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - empty recycle bin.wav'" 64
dopus set sound "'Startup'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - start.wav'" 64
dopus set sound "'Shutdown'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - exit.wav'" 64
dopus set sound "'Hide'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - exclamation.wav'" 64
dopus clear sound "'Reveal'"
dopus set sound "'Disk inserted'" "'media/chord.wav'" 64
dopus clear sound "'Disk removed'"
dopus clear sound "'Open lister'"
dopus clear sound "'Open buttons'"
dopus clear sound "'Open group'"
dopus clear sound "'Close lister'"
dopus clear sound "'Close buttons'"
dopus clear sound "'Close group'"
dopus clear sound "'FTP close connection'"
dopus set sound "'FTP connect fail'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - restore down.wav'" 64
dopus set sound "'FTP connect success'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - restore up.wav'" 64
dopus set sound "'FTP copy fail'" "'DOPLUS:Themes/Windows/Movies/James Bond/Bond/Bond - program error.wav'" 64
dopus clear sound "'FTP copy success'"
dopus clear sound "'FTP error'"
end
/* Refresh Opus */
dopus refresh all